home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_327 / mrbackup / mrbackup.init < prev    next >
Text File  |  1992-05-06  |  2KB  |  53 lines

  1. ; This is the MRBackup preferences/initialization file.
  2. ; This file is comprised of parameter settings and comment lines.
  3. ; Parameter setting lines are of the form:
  4. ;     <keyword> = <value>
  5. ; where <keyword> names the parameter to be set and <value> is
  6. ; either a boolean (YES/NO) or a string value.
  7. ; Leading blanks are discarded and empty lines are ignored.
  8. ; Comments may begin with a semi-colon (;).
  9. ; Decimal value for screen color 0
  10. color0 = 0
  11. ; Decimal value for screen color 1
  12. color1 = 3549
  13. ; Decimal value for screen color 2
  14. color2 = 654
  15. ; Decimal value for screen color 3
  16. color3 = 1020
  17. ; Level of Lempel-Ziv file compression.
  18. compression = 13-Bit
  19. ; Level of Lempel-Zip file decompression.
  20. decompression = 13-Bit
  21. ; Should MRBackup generate a paginated listing during backup?
  22. listing = YES
  23. ; Should MRBackup talk to me?
  24. speech = YES
  25. ; How should floppies be formatted during backup?
  26. format = Quick
  27. ; Should MRBackup split large files across multiple floppies?
  28. bigfiles = YES
  29. ; Should MRBackup set archive bits during backup/restore?
  30. setarchivebits = NO
  31. ; Should MRBackup test archive bits during backup?
  32. testarchivebits = NO
  33. ; What method of error handling should MRBackup employ?
  34. errorhandling = Interactive
  35. ; How many retries on an error?
  36. retries = 5
  37. ; Date format: 0=AmigaDOS, 1=International, 2=USA, 3=Canadian
  38. dateformat = 0
  39. ; What is the name of the logging file or device?
  40. log = S:MRBackup.log
  41. ; What is the name of the home device/volume/directory?
  42. home = DH0:
  43. ; What is the name of the backup device/volume/directory?
  44. backup = DF0:
  45. ; What is the name of the listing device or file?
  46. list = S:MRBackup.list
  47. ; What is the name of the exclude filter file?
  48. exclude = S:MRBackup.xcld
  49. ; What is the name of the compression filter file?
  50. cfilter = S:MRBackup.cflt
  51. ; What is the backup volume prefix?
  52. prefix = 
  53.